DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection Class / GetLoadedItems Method / GetLoadedItems(Nullable<Int32>,Nullable<Int32>) Method
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count - 1.

In This Topic
    GetLoadedItems(Nullable<Int32>,Nullable<Int32>) Method
    In This Topic
    Returns all the items that has be loaded so far.
    Syntax
    'Declaration
     
    Public Overloads Function GetLoadedItems( _
       Optional ByVal fromIndex As Nullable(Of Integer), _
       Optional ByVal toIndex As Nullable(Of Integer) _
    ) As IEnumerable(Of ILoadedItem(Of T))

    Parameters

    fromIndex
    The starting index, if not specified this will be 0.
    toIndex
    The starting index, if not specified this will be Count - 1.
    See Also